github.com/klauspost/compress/zstd.encoderOptions.concurrent (field)

9 uses

	github.com/klauspost/compress/zstd (current package)
		encoder.go#L84: 	if e.o.concurrent == 0 {
		encoder.go#L87: 	e.encoders = make(chan encoder, e.o.concurrent)
		encoder.go#L88: 	for i := 0; i < e.o.concurrent; i++ {
		encoder.go#L103: 	if e.o.concurrent > 1 {
		encoder.go#L289: 	if e.o.concurrent == 1 {
		encoder_options.go#L18: 	concurrent      int
		encoder_options.go#L37: 		concurrent:    runtime.GOMAXPROCS(0),
		encoder_options.go#L96: 		if o.resetOpt && n != o.concurrent {
		encoder_options.go#L99: 		o.concurrent = n